home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / mubmp200.zip / README.TXT < prev    next >
Text File  |  1996-06-26  |  2KB  |  37 lines

  1. TMCMultiBitmap v2.00   Copyright (c) 1995-96, MegaComm HB
  2. =========================================================
  3. This is a 'resolution independent' bitmap control for Delphi 1.x & 2.x, that
  4. uses one bitmap for each of the five common Windows resolutions (640x480, 
  5. 800x600, 1024x768, 1280x1024 and 1600x1200) to eliminate the distortions
  6. caused by the lack of anti-aliasing in the TImage component. Source code
  7. available upon registration.
  8.  
  9. Important
  10. =========
  11. You MUST unpack the ZIP file with the -d switch, so that the directories
  12. are also unpacked!
  13.  
  14. Installation
  15. ============
  16. Couldn't be simpler, just copy the files in INSTXX\ (where XX is 16 or 32) 
  17. to the directory where you place components and stuff. When in Delphi, 
  18. choose Install Components and then Add, and use the browser to find the file
  19. MULTIBMP.DCU (you have to switch to Unit files first). Click OK and then 
  20. another OK, and Delphi will begin to mangle your hard disk. All done! 
  21. You should now see the component on the page 'New'.
  22.  
  23. If you want to have help installed too, use the files in the HELP\ directory.
  24. Copy MULTIBMP.HLP to the BIN\ directory, and MULTIBMP.KWF to HELP\. Run
  25. HELPINST, and add the MULTIBMP.KWF file.
  26.  
  27. Trying it out
  28. =============
  29. Place the files in the DEMO\ directory in a new directory, and load the
  30. project file into Delphi. Please ignore the 'Error loading symbol file',
  31. it only means I didn't fatten this archive further with an unnecessary .DSM
  32. file! Finally, run it!
  33.  
  34. More information
  35. ================
  36. Please see the MULTIBMP.HLP file for further information!
  37.